home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / Mapi.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-16  |  264 b   |  21 lines

  1. /* Copyright (C) 1995-2001 by Digital Mars. */
  2.  
  3. #ifndef RC_INVOKED
  4. #pragma pack(__DEFALIGN)
  5. #endif
  6.  
  7.  
  8. #if _WIN32
  9. #include <win32\scdefs.h>
  10. #include <win32\mapi.h>
  11. #else
  12. #include <win16\mapi.h>
  13. #endif
  14.  
  15. #ifndef RC_INVOKED
  16. #pragma pack()
  17. #endif
  18.  
  19.  
  20.  
  21.